home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
i
/
imagefxv2.1a.lha
/
ImageFX
/
Rexx
/
AutoFX
/
ClearBuffer.ifx
< prev
next >
Wrap
Text File
|
1996-03-02
|
377b
|
20 lines
/*
* Clear_Buffer.ifx
* ClearBuffer script. Retrieves parameters from
* ImpClearBufferParameters clip variable.
*
* by Steve Tibbett
*/
Options Results
SeqNum=Word(Arg(1),4);
Settings=GetClip("ImpClearBufferParameters"SeqNum);
if (Settings="") then do
RequestNotify "ImpClearBufferParameters invalid in ImpClearBuffer.ifx"
return 20
End
ClearBuffer FORCE Settings